projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f0a5f
)
(kill-region): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 7 Jun 2004 20:52:16 +0000
(20:52 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 7 Jun 2004 20:52:16 +0000
(20:52 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index c72b6a929ded2320084a7d39080bc6b3448b09bb..8f6c9502b42a63ed1fdec1decfffaa26df40459f 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2103,7
+2103,7
@@
the text, but put the text in the kill ring anyway. This means that
you can use the killing commands to copy text from a read-only buffer.
This is the primitive for programs to kill text (as opposed to deleting it).
-Supply two arguments, character
number
s indicating the stretch of text
+Supply two arguments, character
position
s indicating the stretch of text
to be killed.
Any command that calls this function is a \"kill command\".
If the previous command was also a kill command,